if GetPrimitiveParameter(0) == 0 then
   SetScriptReturnValue(not nGameState.IsEPInstalled(3))
   return 
end
if not Neighborhood.new():isValidLot(GetPrimitiveParameter(0)) then
   print("Invalid Lot ID specified:", GetPrimitiveParameter(0))
   SetScriptReturnValue(false)
   return 
   do break end
   SetScriptReturnValue(false)
end
SetScriptReturnValue(nBusiness.LotHasBusiness(GetPrimitiveParameter(0)))

